'宣言 Public Function New( _ ByVal items() As System.String _ )
public MaskEnumerationField( System.string[] items )
パラメータ
- items
- 項目を示す System.String の配列。
'宣言 Public Function New( _ ByVal items() As System.String _ )
public MaskEnumerationField( System.string[] items )
例外 | 解説 |
---|---|
System.ArgumentNullException | items が null 参照 (Visual Basicでは Nothing) です。 |
System.ArgumentOutOfRangeException | items に項目が含まれていません。 |